Git Bent
Git version control with guided prompts and intuitive commands
Status: Awaiting updates
I'm working on some new internals, which could potentially cause some breaking changes. I don't think it will, but idk. The branches with this work are v0.1_auto-help
and v0.1_auto-prompt
. Idk when I'll do the updates. v0.1_vimprompt
is a minor feature that shouldn't affect anything at-large.
This branch is intended to be the new version I'm working on that would integrate these changes.
Getting Started
1. Install
We download the repo & add it to our PATH
through terminal:
-
git clone https://gitlab.com/taeluf/bash/git-bent.git ~/.gitbent/repo
-
echo 'export PATH="~/.gitbent/repo/:$PATH"' >> ~/.bashrc
-
source ~/.bashrc
<- You may need to add this line in~/.bash_profile
-
bent
should be working now
Screenshots
[bent]
[bent help]
Connect
- @TaelufDev on Twitter
- taeluf.com - My site is not currently maintained (Feb 3, 2021)
Contribute
This project is actively developed. Please open issues & pull requests as you see fit.
If you're brand new to bash or to open source contributing:
- open an issue, tell me what you want to do and what you need help with, and I'll guide you.
Alternatives / Competition
We make no guarantees regarding software listed here.
- Git Scripts collection by jwiegley
- Gitkraken, a GUI which is free for open source projects, by @GitKraken
- Vershd "The effortless Git GUI for Windows, Mac, and Linux." by @Blightysoft
Why use Git Bent over competition?
- You like CLI
- You're a "TLDR" person (I know I am)
Why NOT use Git Bent?
- You have very specific git needs
- You don't like that our
save
function doesadd -A
every time - You love GUIs and hate CLI and hate being happy